Document memory handling. (#314975, Torsten Schoenfeld)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Sep 2005 16:24:49 +0000 (16:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Sep 2005 16:24:49 +0000 (16:24 +0000)
2005-09-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
memory handling.  (#314975, Torsten Schoenfeld)

ChangeLog
ChangeLog.pre-2-10
gtk/gtktreeview.c

index 62894caa41f1d8ad3341095711dd4c8da1feab4e..603f0bc27b9c2f0405fff1407afdd324793dd7c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
+       memory handling.  (#314975, Torsten Schoenfeld)
+
        * gtk/gtkiconview.c (gtk_icon_view_class_init): 
        * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
        * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
index 62894caa41f1d8ad3341095711dd4c8da1feab4e..603f0bc27b9c2f0405fff1407afdd324793dd7c2 100644 (file)
@@ -1,5 +1,8 @@
 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
+       memory handling.  (#314975, Torsten Schoenfeld)
+
        * gtk/gtkiconview.c (gtk_icon_view_class_init): 
        * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
        * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
index 3c9bdb0ad23714cb1c6ca32d94c449076dcb43dd..11cdfdb8390898e41531224387603fe109278bb0 100644 (file)
@@ -11787,6 +11787,8 @@ gtk_tree_view_tree_to_widget_coords (GtkTreeView *tree_view,
  * Sets @start_path and @end_path to be the first and last visible path.
  * Note that there may be invisible paths in between.
  *
+ * The paths should be freed with gtk_tree_path_free() after use.
+ *
  * Returns: %TRUE, if valid paths were placed in @start_path and @end_path.
  *
  * Since: 2.8